LassoScript Utility
Basics Browse Detail

[Email_Parse->Get]

Tag Link [Email_Parse->Get] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_Parse->Get] is used to get a specific part from a multi-part message. The return value is itself an [Email_Parse] object representing one MIME part of the message.

Syntax

[Var: 'myMSG' = (Email_Parse: $myPOP->(Retrieve))]
[Loop: $myMSG->Size]
[Var: 'myPart' = $myMSG->(Get: Loop_Count)]
...
[/Loop]

Parameters

Required Parameters
Position The position of the part to be fetched.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.